Documentation
LiveNXLiveNX 23.1.0 Migration GuideDownload PDF
Who needs this guide? : Additional steps for cloud deployments
Additional steps for cloud deployments
Ensure there is a password for the admin account prior to data migration. The password is required to access the LiveAdmin utility. If the admin account does not have a password, the steps to configure one are provided here:
SSH into admin account using an authorized .pem key with command ssh -i [filename].pem admin@[put ip here]
Run command sudo passwd admin and input the new password
Reboot LiveNX with command sudo reboot
(Optional after the upgrade is complete) Lock the admin password with command sudo passwd -l admin